home *** CD-ROM | disk | FTP | other *** search
- @ECHO OFF
- echo off
- cls
- echo\ ╔══════════════════════════════════════════════════════════════╗
- echo\ ║ Please note before you run the tutor your CONFIG.SYS file ║
- echo\ ║ must have this line added to it: ║
- echo\ ║ device=c:\dos\ansi.sys ║
- echo\ ║ ║
- echo\ ║ There is a CONFIG.SYS file on this disk you can copy into ║
- echo\ ║ you C: drive root directory or copy it to your DOS disk if ║
- echo\ ║ you boot up from a floppy. ║
- echo\ ║ (Floppy users device=a:\ansi.sys) ║
- echo\ ║ To create the CONFIG.SYS file type ║
- echo\ ║ C: copy con config.sys ║
- echo\ ║ files=10 ║
- echo\ ║ buffers=10 ║
- echo\ ║ device=c:\dos\ansi.sys ║
- echo\ ║ ║
- echo\ ║ Then hit ^Z (Ctrl Z) or F6 to save file. Then you wil see: ║
- echo\ ║ 1 file(s) copied ║
- echo\ ║ Now reboot then the computer. Please note without this change║
- echo\ ║ you will only have garbage on the screen when the program is ║
- echo\ ║ run. ║
- echo\ ╚══════════════════════════════════════════════════════════════╝
- pause
- cls
- echo ╔══════════════════════════════════════════════════════════════════════════╗
- echo ║Now to start the tutorial you must ║█
- echo ║type: C: DISPLAY LESSON1 OR ║█
- echo ║ C: L1 ║█
- echo ║ ║█
- echo ║L1.BAT through L10.BAT will automatically start the lesson 1 through 10 ║█
- echo ║for you. L1.BAT: Lesson 1 ║█
- echo ║ L2.BAT Lesson 2 ect... ║█
- echo ║ ║█
- echo ║When using the tests the same applies. ║█
- echo ║ ║█
- echo ║T1.BAT: tests 1-5 ║█
- echo ║T2.BAT: tests 6-8 OR type: ║█
- echo ║ ║█
- echo ║C: DISPLAY TEST1-5 ║█
- echo ║C: DISPLAY TEST6-8 ║█
- echo ║ ║█
- echo ║Now the TUTOR will take you through a series of questions where you are ║█
- echo ║prompted to type in the correct choice. ║█
- echo ╚══════════════════════════════════════════════════════════════════════════╝█
- echo ████████████████████████████████████████████████████████████████████████████
- pause
- cls
- echo\
- echo\
- echo\
- echo\
- echo\
- echo ╔══════════════════════════════════════════════════════════════════════════╗
- echo ║The CONFIG.SYS file must have the device=c:\dos\ansi.sys line added to it.║█
- echo ║***See DESCRIBE.BAT****** ║█
- echo ║ ║█
- echo ║Please Read these files: ║█
- echo ║ ║█
- echo ║ DESCRIBE.BAT: Explains how to use the DISPLAY.EXE file, and CONFIG.SYS ║█
- echo ║ Requirements. ║█
- echo ║ SHRWAR.BAT: Explains what Shareware is. ║█
- echo ║ OFFER.BAT: Lists a special offer to shareware users. ║█
- echo ╚══════════════════════════════════════════════════════════════════════════╝█
- echo ████████████████████████████████████████████████████████████████████████████
- echo\
- echo\
- echo\
- echo\
- echo\
- echo\
-
-
-